home *** CD-ROM | disk | FTP | other *** search
/ Liberation Day / Liberation Day.bin / GLOBALS / GAMEINFO.MDB / Server Mode Info.json < prev    next >
JavaScript Object Notation  |  1997-12-13  |  162b

  1. {
  2.     "schema": {
  3.         "Counter": "Long Integer",
  4.         "Difficulty": "Long Integer NOT NULL",
  5.         "Turn Time": "Long Integer NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "Counter": 1,
  10.             "Difficulty": 0,
  11.             "Turn Time": 2
  12.         }
  13.     ]
  14. }